home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / fap110.zip / BUZZER.DOC < prev    next >
Text File  |  1992-12-29  |  4KB  |  109 lines

  1. ─ Buzzer v1.10 ──────────────────────── Copyright Steve Mulligan 1992 - 1993 ─
  2.  
  3. NOTE : If you use Buzzer and you NetMail me, Steve Mulligan, at 1:163/307.30
  4.        then I will send you a NetMail every time I release a version of
  5.        Buzzer and I will tell you when I have sent it.
  6.  
  7. ─ Introduction ─
  8.  
  9.   Quite simply, Buzzer is a program that beeps at you.  I figured I should
  10. release it because it is the most ANNOYING, LOUD beep I have ever heard made
  11. by a computer.  I stumbled accross the sound accidentally and I thought, gee,
  12. that would be great to notify me when I had just received mail!  So, I made
  13. it beep at me whenever my mail processor was done.  But that just wasn't
  14. enough.  Sometimes, I would get mail late at night (11:00pm) and most of the
  15. people in my house were alseep.  So, I had to rewrite it to not beep at
  16. certain times.  So, here you go.  Buzzer.  A program that beeps at you - only
  17. when you want it to.
  18.  
  19. ─ Setting It Up ─
  20.  
  21.   To start setting up Buzzer, you must edit the config file.  All the lines in
  22. the config file that start with a ; will be ignored.  The config file name
  23. is BUZZER.CFG.  Edit it with a text editor.
  24.  
  25.   If you want to have a diffrent name for a config file (or multiple config
  26. files) you may do so.  To tell Buzzer which config file to use, simple
  27. include the full file name on Buzzer's command line.
  28.  
  29.   These are the options you can have in the the config file.
  30.  
  31. BEEP
  32.  
  33.   The Beep config verb tells Buzzer how many times it should play it's very
  34. loud, very cool warning beep.  The default is 5.  The minimum is 0, the
  35. maximum is 255.
  36.  
  37. eg: Beep 1
  38.  
  39. CLEARBEGIN
  40.  
  41.   The ClearBegin config verb will make Buzzer clear the keyboard buffer before
  42. it runs.  This will null out any keystrokes that might already be waiting to
  43. be processed.  Valid options on ClearBegin are Yes and No.  The default is
  44. No.
  45.  
  46. eg: ClearBegin No
  47.  
  48. CLEAREND
  49.  
  50.   The ClearEnd config verb will make Buzzer clear the keyboard buffer after it
  51. runs so you don't have any keypresses in the buffer that might have gotten
  52. there before or during Buzzer's execution. Valid options on ClearEnd are Yes
  53. and No.  The default is No.
  54.  
  55. eg: ClearEnd No
  56.  
  57. KEYSTOP
  58.  
  59.   The KeyStop config verb will make Buzzer stop beeping at the touch of a key.
  60. This is handy if someone in house is asleep and all of a sudden, the buzzer
  61. goes off.  (Pressing a button will stop the sound).  Valid options for
  62. KeyStop are Yes and No.  The default is Yes.
  63.  
  64. eg: KeyStop Yes
  65.  
  66. XX:XX
  67.  
  68.   The xx:xx config verb is a very usefull option.  It lets you control how
  69. many times Buzzer will beep depending on the current time.  To use this
  70. option, you simply put the current time on the start of a new line in 24
  71. hour format (eg. 23:45) followed by one space and the number of times you
  72. want Buzzer to beep from that time to the next time defined (00:00 if
  73. there is no more time definitions)
  74.  
  75. For example, the following configuration :
  76.  
  77. 00:00 0
  78. 08:00 1
  79. 11:00 5
  80. 20:00 2
  81. 21:00 0
  82.  
  83. Will do the following :
  84.  
  85. Mute beeps from 00:00 to 07:59
  86. Beep twice from 08:00 to 10:59
  87. Beep five times from 11:00 to 19:59
  88. Beep twice from 20:00 to 20:59
  89. Mute beeps from 21:00 to 00:00
  90.  
  91.   There is no default.  Anything you define will override the Beep config
  92. verb.  There can be a maximum of 32.  Theses times must progress earlyer
  93. to later.
  94.  
  95. ─ What Can I Use It For ─
  96.  
  97.   Put it in a batch file so when your mail is done being processed, it will
  98. summon you.  Make it the chat bell for your BBS.  Make it the signal to ring
  99. when your maintenance is done.
  100.  
  101. ─ Beta Testers Wanted ─
  102.  
  103.   If you are in the 163 or 243 net or you don't mind polling long distance
  104. you are eligible to be a beta testers.  Simply NetMail Steve Mulligan at
  105. 1:163/307.30.  I will reply to you and tell you how to get the latest beta
  106. versions of software I make.
  107.  
  108. Steve Mulligan 1:163/307.30@fidonet.org
  109.